home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / include / funcs / asl_funcs.h < prev    next >
C/C++ Source or Header  |  1996-09-10  |  832b  |  30 lines

  1. #ifndef  FUNCS_ASL_FUNCS_H
  2. #define  FUNCS_ASL_FUNCS_H
  3.  
  4. /*
  5. **
  6. ** Function declarations for ACE Basic
  7. **
  8. ** Note: Translated to ACE by Nils Sjoholm
  9. **
  10. ** Date: 11-Oct-95 TO 14-Oct-95
  11. **
  12. */              
  13.  
  14. #ifndef EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. /*--- functions in V36 or higher (Release 2.0) ---*/
  19.  
  20. /* OBSOLETE -- Please use the generic requester functions instead */
  21.  
  22. DECLARE FUNCTION STRUCTPTR AllocFileRequest() LIBRARY asl
  23. DECLARE FUNCTION FreeFileRequest( STRUCTPTR fileReq ) LIBRARY asl
  24. DECLARE FUNCTION BOOL RequestFile( STRUCTPTR fileReq ) LIBRARY asl
  25. DECLARE FUNCTION APTR AllocAslRequest( LONGINT reqType, STRUCTPTR tagList ) LIBRARY asl
  26. DECLARE FUNCTION FreeAslRequest( APTR request ) LIBRARY asl
  27. DECLARE FUNCTION BOOL AslRequest( APTR request, STRUCTPTR tagList ) LIBRARY asl
  28.  
  29. #endif   /* FUNCS_ASL_FUNCS_H */
  30.